[Top] [Prev] [Next] [Bottom]
[Contents]
SaVbsFuncTrue
Prints a VB Script function which assigns TRUE to the return value of a VB Script function.
#include "savbs.h"
int SaVbsFuncTrue(char* msg);
Argument
msg
A string specifying the name of the VB Script function to assign a TRUE value to.
Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.
Prints a VB Script function which assigns TRUE to the return value of a VB Script function.
The code fragment:
SaVbsFuncTrue("SaValSimpleFormat");
will write:
SaValSimpleFormat = TRUE
to the output stream.
SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncFalse, SaVbsPrint, SaVbsMsgBox, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit, SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext, SaVbsElse, SaVbsDecl, SaVbsNTabs, SaVbsNLines
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.